for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
'use strict'
const util = require('../util')
const Container = require('../containers/Container')
module.exports = function () {
// Check if we need to upgrade the project
Container.performUpgrade()
// Download IDE helper
util.downloadHelper(null, null, true)
}